Skip to content

kyrie-z/cve-spider

Repository files navigation

CVEspider

Crawling vulnerability information through debian and NVD.

Usage:

./spider_CVE

The output information is in json format, the format is as follows:

{
    "cve": "CVE-2012-0833",
    "package": "389-ds-base",
    "cve_description": "The acllas__handle_group_entry function in servers/plugins/acl/acllas.c in 389 Directory Server before 1.2.10 does not properly handled access control instructions (ACIs) that use certificate groups, which allows remote authenticated LDAP users with a certificate group to cause a denial of service (infinite loop and CPU consumption) by binding to the server.",
    "debian_buster_version": "1.4.0.21-1",
    "debian_buster_status": "resolved",
    "upstream_fixed_version": "0",
    "debian_sid_version": "1.4.4.11-2",
    "debian_sid_status": "resolved",
    "upstream_sid_fixed_version": "0",
    "cvss": "2",
    "score": "2.3",
    "scope": "unknown"
  }

About

Crawling vulnerability information through debian and NVD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published